//==============================================================================
// Fire Bunker_anim.txt
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define FireSpray
{
   set hotspot
   {
      version
      {
         Visualparticle sfx a fire nozzle
      }
   }
}
//==============================================================================
define FireBurst
{
   set hotspot
   {
      version
      {
         Visualparticle GP X Tartarian Gate Fireburst
      }
   }
}
//==============================================================================
define ExplosionDirt
{
   set hotspot
   {
      version
      {
         Visualparticle FireBunker SpawnDirt SFX
      }
   }
}
//==============================================================================
define ExplosionRing1
{
   set hotspot
   {
      version
      {
         Visualparticle FireBunker ExplosionRing SFX1
      }
   }
}
//==============================================================================
define ExplosionRing2
{
   set hotspot
   {
      version
      {
         Visualparticle FireBunker ExplosionRing SFX2
      }
   }
}
//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny FireBunker1_spawn
			tag SpecificSoundSet 0.01 false FireBunkerSpawnSFX checkVisible
			tag FootstepRight 0.05 true
	       		tag FootstepLeft 0.05 true   
         }
      }
   }
}
//==============================================================================
anim idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny FireBunker_idle
	 }
      }
   }
}
//==============================================================================
anim Attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny FireBunker_idle
			Connect lefthand FireSpray hotspot
			Connect righthand FireSpray hotspot
			Connect forehead FireSpray hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.15 true   
               tag SpecificSoundSet 0.15 false ChimeraFlame checkVisible
	       tag SpecificSoundSet 0.15 false BlazeAttackSFX checkVisible
//-- end auto generated section
		
         }
      }
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			VisualGranny FireBunker2_destroyed
			Connect ATTACHPOINT FireBurst hotspot
			Connect ATTACHPOINT ExplosionDirt hotspot
			Connect ATTACHPOINT ExplosionRing1 hotspot
			Connect ATTACHPOINT ExplosionRing2 hotspot
			tag SpecificSoundSet 0.01 false FireBunkerDestroyedSFX checkVisible
	 }
      }
   }
}